h1.title-one {
    font-family: "Raleway-Bold";
    color: #000;
    margin-top: 2rem;
}

.modal-btn-one {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
}

.modal-btn-two {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
}

.modal-btn-three {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
}

.modal-btn-one:active {
    opacity: 0.8;
}

.modal-btn-two:active {
    opacity: 0.8;
}

.modal-btn-three:active {
    opacity: 0.8;
}

img.room-four-img {
    width: 88%;
    left: 7%;
    position: relative;
    margin-bottom: 2em;
    margin-top: 3rem;
    border-radius: 16px;
}

button#openFirstModal {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
    left: 40%;
    position: relative;
}

button#openSecondModal {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
    left: 38%;
    position: relative;
    margin-top: 0.25rem;
}

button#openThirdModal {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
    left: 39%;
    position: relative;
    margin-bottom: 3rem;
}

button#openFourthModal {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
    left: 39%;
    position: relative;
    margin-bottom: 3rem 48px;
    margin-top: .2rem;
}

button#closeFirstModal {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
}

button#closeSecondModal {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
}

button#closeThirdModal {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
}

button#closeFourthModal {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
}

.first-modal {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.second-modal {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.third-modal {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fourth-modal {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-modal.open {
    opacity: 1;
    z-index: 999;
}

.second-modal.open {
    opacity: 1;
    z-index: 999;
}

.third-modal.open {
    opacity: 1;
    z-index: 999;
}

.fourth-modal.open {
    opacity: 1;
    z-index: 999;
}

.modal-inner {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 15px 25px;
    text-align: center;
    width: 50%;
}

.modal-inner h2 {
    margin: 0;
    margin-top: -2rem;
    position: relative;
    font-family: "Raleway-Bold";
    color: #000;
}

div#ctl00_CustomWrapper {
    min-height: 50vh;
}

.modal-inner p {
    line-height: 1.5rem;
    margin: 10px 0;
    font-size: 16px;
}

.h3,
h3 {
    font-size: 1.75rem;
    font-family: "Raleway-Bold";
    text-align: center;
    color: #000;
}

li {
    font-family: "Raleway-Regular";
    color: #000;
    text-align: left;
}

.modal-img {
    width: 125px;
    left: 14px;
    top: -44px;
    position: relative;
}

h2.title-seven {
    font-family: "Raleway-Bold";
    color: #000;
    margin-top: 3rem;
}

button#viewMore {
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    background-color: #0088b2;
    color: #000;
    font-size: 18px;
    border: none;
    font-family: "Raleway-Bold";
    left: 0;
    position: relative;
}

button#viewMore:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

button#viewMore:focus {
    opacity: 0.8;
}

h3.title-six {
    text-align: left;
    margin-top: 0rem;
    text-align: center;
}

img.room-one-img {
    width: 50%;
    left: 24.5%;
    position: relative;
    margin-bottom: 2em;
    border-radius: 16px;
}

img.room-two-img {
    width: 95%;
    left: 1%;
    position: relative;
    margin-bottom: 2em;
    border-radius: 16px;
}

img.room-three-img {
    width: 50%;
    left: 24.5%;
    position: relative;
    margin-bottom: 2em;
    margin-top: 3rem;
    border-radius: 16px;
}

@media (min-width:1025px) and (max-width:1280px) {
    button#openFirstModal {
        left: 36%;
        position: relative;
    }

    button#openSecondModal {
        left: 12.25rem;
        position: relative;
        margin-top: 0rem;
    }
    button#openThirdModal {
        left: 35%;
        position: relative;
    }
    button#openFourthModal {
        left: 37%;
        position: relative;
    }
}

@media (min-width:769px) and (max-width:1024px) {
    button#openFirstModal {
        left: 36%;
        position: relative;
    }

    button#openSecondModal {
        left: 34%;
        margin-top: 2.8rem;
    }

    button#openThirdModal {
        left: 35%;
        position: relative;
    }
}

@media (min-width:426px) and (max-width:768px) {
    button#openFirstModal {
        left: 28%;
        position: relative;
    }

    button#openSecondModal {
        left: 29%;
        margin-top: 4.3rem;
    }

    button#openThirdModal {
        left: 27%;
        position: relative;
    }
}

@media (min-width:376px) and (max-width:425px) {
    button#openFirstModal {
        left: 32%;
        margin-bottom: 2rem;
    }

    button#openSecondModal {
        left: 32%;
        margin-bottom: 2rem;
        margin-top: 1rem;
    }

    button#openThirdModal {
        left: 32%;
        margin-bottom: 2rem;
    }
}

@media (min-width:321px) and (max-width:375px) {
    button#openFirstModal {
        left: 30%;
        margin-bottom: 2rem;
    }

    button#openSecondModal {
        left: 29%;
        margin-bottom: 2rem;
        margin-top: 1rem;
    }

    button#openThirdModal {
        left: 29%;
        margin-bottom: 2rem;
    }
}